From a3271b460df2ef822caac8c4e3d843acad66639a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Fri, 23 May 2008 22:17:13 +0000 Subject: [PATCH] * And the variable definition for my previous commit --- includes/DefaultSettings.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 09b3e389f9..604909c5da 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -720,6 +720,13 @@ $wgLocalMessageCache = false; */ $wgLocalMessageCacheSerialized = true; +/** + * Cache messages in MesssageCache per language, instead of all them together. + * Enable this if you have thousands of messages in MediaWiki namespace in many + * different languages. + */ +$wgPerLanguageCaching = false; + /** * Directory for compiled constant message array databases * WARNING: turning anything on will just break things, aaaaaah!!!! -- 2.20.1